home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / hard / hack / i2clib40.lha / i2clib40 / src / LED.h < prev    next >
Text File  |  1997-09-06  |  619b  |  12 lines

  1. /*========================================================================*
  2.  |  File: LED.h                                        Date: 17 Aug 1997  |
  3.  *------------------------------------------------------------------------*
  4.  |   Subroutines for controlling an SAA 1064 LED-display on the I²C-Bus.  |
  5.  |                                                                        |
  6.  *========================================================================*/
  7.  
  8. ULONG SendLed( STRPTR strMsg );
  9. ULONG LedScroll( STRPTR strMsg, WORD wTiming );
  10. ULONG LedNumber( LONG lNumber );
  11.                                                
  12.